math/big.Int.scaleDenom (method)
9 uses
math/big (current package)
rat.go#L470: func (z *Int) scaleDenom(x *Int, f nat) {
rat.go#L486: a.scaleDenom(&x.a, y.b.abs)
rat.go#L487: b.scaleDenom(&y.a, x.b.abs)
rat.go#L494: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L495: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L504: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L505: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L536: a.scaleDenom(&x.a, y.b.abs)
rat.go#L537: b.scaleDenom(&y.a, x.b.abs)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |